/*   
Theme Name: Lubetsy
Description: Lubetsy
Author: Alreadyfi
Author URI: https://gitverse.ru/Alreadyfi
Version: 1
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');

:root {
    /*
    --colorOne: #202020;
    --colorTwo: #474747;
    --colorThree: #FFF;
    --colorFour: #D39742;
    */
    --colorMain: #3D4840;
    --colorText: #F0E6DA;
    --colorSection: #F9F8F4;
}

body {
    margin: 0;
    overflow-x: hidden;
}

a, p, h1, h2, h3, h4, h5, h6, li {
    margin: 0;
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
    color: var(--colorMain);
    text-decoration: none;
}

section, header, footer {
    display: flex;
    padding: 2em 0;
    flex-direction: column;
    align-items: center;
}

section.marker {
    background-color: var(--colorSection);
}

span {
    display: block;
    width: 100%;
}

/* HEADER */
header {
    padding: 0.5em 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    height: 100px;
}

header .nav {
    width: 40%;
    display: flex;
    justify-content: space-around;
}

header .social {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

header .social p {
    font-weight: 400;
}

header .number {
    display: flex;
    flex-direction: column;
}

header .number a {
    font-weight: 500;
}

header .number p {
    font-weight: 400;
}

footer section {
    width: 100%;
}

footer h1 {
    font-weight: 800;
    text-transform: uppercase;
}

footer section .container {
    display: flex;
    justify-content: space-between;
}

footer section.marker .left {
    width: 42%;
    display: flex;
    flex-direction: column;
    gap: 1em
}

footer section.marker .left .social {
    display: flex;
}

footer section.marker .left p {
    font-weight: 500;
}

footer section.marker .left p span:last-child {
    font-weight: 400;
}

footer section.marker .right {
    width: 50%;
}

footer #map {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.ymaps-2-1-79-map ymaps {
    border-radius: 30px;
}

ymaps.ymaps-2-1-79-user-selection-none {
    border-radius: 0;
}

footer section.bottom .container div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    width: 45%;
}

footer section.bottom .container div a {
    font-weight: 500;
}

footer section.bottom div.right {
    text-align: right;
}

#category .title h1 b {
    background: #3D4840;
    display: inline-block;
    font-size: 24px;
    color: #FFFFFF;
    padding: 12px 30px;
    vertical-align: text-bottom;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

